home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- puppetSound("mainsnd")
- put "9" into field "bemodnum"
- put EMPTY into field "comodnum"
- put EMPTY into field "bearingoption"
- if field "whmodnum" = "34" then
- put ".9" into field "comodnum"
- end if
- if field "whmodnum" = "35" then
- put ".9" into field "comodnum"
- end if
- put EMPTY into field "whexmodnum"
- puppetTransition(47, 1, 8)
- if field "sermodnum" = 3 then
- play frame "3rollera"
- abort()
- else
- play frame "4arollera"
- abort()
- end if
- end
-